Fix a typo in a comment
authorJohan Dahlin <jdahlin@async.com.br>
Thu, 19 Jun 2008 17:42:14 +0000 (17:42 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Thu, 19 Jun 2008 17:42:14 +0000 (17:42 +0000)
2008-06-19  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkprintbackend.c: Fix a typo in a comment

svn path=/trunk/; revision=20471

ChangeLog
gtk/gtkprintbackend.c

index e8c59ac29305d9cbb870832c977bcd15e2f42acc..d095548a998dccd5f6c2693df58ebdce2529eec6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
 
+       * gtk/gtkprintbackend.c: Fix a typo in a comment
+
        * gtk/gtkhsv.c (paint_ring, paint_triangle):
        Cast buf to unsigned char to avoid two compiler
        warnings.
index 9b4e455208e286a24d07e55949f068d055b7b848..e9c00d8f256e709e9af0c8915e17b35f3325d3e1 100644 (file)
@@ -126,7 +126,7 @@ gtk_print_backend_module_load (GTypeModule *module)
   pb_module->exit = exitp;
   pb_module->create = createp;
 
-  /* call the filesystems's init function to let it */
+  /* call the printbackend's init function to let it */
   /* setup anything it needs to set up. */
   pb_module->init (module);